🛠️ All DevTools

Showing 3141–3160 of 4438 tools

Last Updated
May 02, 2026 at 12:00 PM

[Other] Show HN: Run any GUI app in the terminal with term.everything

Found: September 09, 2025 ID: 1284

HKUDS/AutoAgent

GitHub Trending

[Other] "AutoAgent: Fully-Automated and Zero-Code LLM Agent Framework"

Found: September 09, 2025 ID: 1278

vercel/examples

GitHub Trending

[Other] Enjoy our curated collection of examples and solutions. Use these patterns to build your own robust and scalable applications.

Found: September 09, 2025 ID: 1277

Proxira

Product Hunt

[Other] Fast, reliable, and trustworthy residental proxies Residential proxies for developers who value speed, reliability, and simplicity over marketing fluff.

Found: September 09, 2025 ID: 1275

Bifrost

Product Hunt

[Build/Deploy] Build for anything. From anywhere. With PHP Bifrost is the build tool for NativePHP apps. Compile your apps on our cloud and upload to the app stores in minutes. Develop wherever you prefer — Mac, Windows or Linux — and distribute native apps to iOS and Android in no time.

Found: September 09, 2025 ID: 1276

[Other] Organize your local private vault of reviews with ratings. Your private hub for reviews of files, folders and URLs. Rate, tag, and search anything, then open in one click. Local-first and offline - no account, no lock-in. Drag and drop categories, bulk actions, undo/redo, and fast find.

Found: September 09, 2025 ID: 1280

RemoveMD

Product Hunt

[Other] Smart file cleaning for a safer digital life RemoveMD is the ultimate metadata removal tool, metadata cleaner, and metadata viewer. Securely remove, scrub, and check metadata from images, PDFs, videos, audio files, and documents.

Found: September 09, 2025 ID: 1281

JS Brain Teasers

Product Hunt

[Other] Learn the javascript event loop in a new and fun way Master asynchronous JavaScript through interactive challenges. Learn promises, async/await, and event loop concepts with hands-on practice. Get real-time feedback and join our community of developers mastering modern JavaScript.

Found: September 09, 2025 ID: 1282

SitePuls (Beta)

Product Hunt

[Monitoring/Observability] Uptime monitor for websites. Set up for free in 30 seconds. SitePuls is a simple uptime monitor for freelancers and small agencies. Add your site, verify your email, and get alerts if it goes down or slows. No clutter, no configs, just set it and forget it. All completely free during Beta!

Found: September 09, 2025 ID: 1283

Clip

Product Hunt

[Other] Turn YouTube or webpage into organized notes in 10 seconds Transform any YouTube video or webpage into organized notes in 10 seconds. Just press Ctrl+J and AI extracts key points instantly. Press Ctrl+K to provide more exact context for AI. Turn overwhelming content into your personal knowledge library.

Found: September 09, 2025 ID: 1285

NanoSights

Product Hunt

[Other] Embed. Analyze. Succeed NanoSights is a developer-friendly analytics platform that helps you embed web analytics, speed insights, custom event tracking into your app as well as track SEO & accessibility metrics in just three simple steps.

Found: September 09, 2025 ID: 1286

[Other] Tool for TailwindCSS developers just got a major update! The most popular DevTools extension for TailwindCSS developers just got a major update!

Found: September 09, 2025 ID: 1287

[Other] A community-driven collection of Gemini CLI commands A collection of commands for the Gemini CLI.

Found: September 09, 2025 ID: 1292

CodeHelper

Product Hunt

[Other] Tools for developers InstanT tools for developers: JSON formatter, CSS minifier, unit converters, color utilities, image tooling, and more...

Found: September 09, 2025 ID: 1293

[Other] Show HN: Tablemd – canvas-based Markdown table editor I created a canvas-based Markdown table editor, which provides a novel (I think) editing experience. I&#x27;d love for people to try it out, or bookmark it for the next time they want to insert a one-off table into a Markdown-formatted comment. My design goals were 1) frictionless user input and 2) fast startup time.<p>Some good-to-knows:<p>- Can be used on mobile<p>- Table data is saved locally to the browser (nothing is sent to a server)<p>- I only tested this on a MacBook, so let me know if the trackpad calibration feels off

Found: September 09, 2025 ID: 1279

[CLI Tool] Show HN: Attempt – A CLI for retrying fallible commands Hi HN,<p>Here&#x27;s a tool I wrote for retrying fallible commands. Nothing groundbreaking here, this is a tool that&#x27;s been made many times (and several have been submitted to Show HN). Though this one does have a more comprehensive feature set than most. I hope one or two people will find it useful.<p>I wrote `attempt` for two reasons:<p>- To have a more featureful alternative to `wait-for-it.sh` for use in Docker Compose. Specifically to apply migration scripts to a database that may not be up yet. I wanted to be able to inspect the error messages from my migration tool &amp; retry on connection errors.<p>- To test a hypothesis I had that a good way to make a CLI was to copy the API of a good library (in this case, `tenacity`). I want to write a blog post at some point to discuss this at length, but the tl;dr is that I believe it was a success.<p>Here are some usage examples: <a href="https:&#x2F;&#x2F;maxbondabe.github.io&#x2F;attempt&#x2F;usage.html" rel="nofollow">https:&#x2F;&#x2F;maxbondabe.github.io&#x2F;attempt&#x2F;usage.html</a><p>There may not be much to discuss for such a small tool, but I am open to all feedback and am happy to answer any questions.<p>Cheers,<p>Max

Found: September 09, 2025 ID: 1271

[Other] Using Emacs Org-Mode With Databases: A getting-started guide

Found: September 08, 2025 ID: 1351

[Other] Show HN: I made a simple ASCII-art analog clock in Emacs Just a toy, showing how easy it is to leverage built-in Emacs features (most notably Artist mode, which provides a set of functions for creating ASCII-art vector graphics) and things like trigonometric functions and timers to create something nice.<p>A short blog post mentioning some background (and showing a screenshot): <a href="https:&#x2F;&#x2F;mbork.pl&#x2F;2025-09-08_Emacs_Artist_clock#" rel="nofollow">https:&#x2F;&#x2F;mbork.pl&#x2F;2025-09-08_Emacs_Artist_clock#</a>.

Found: September 08, 2025 ID: 1264

[Other] NPM debug and chalk packages compromised <a href="https:&#x2F;&#x2F;github.com&#x2F;advisories&#x2F;GHSA-8mgj-vmr8-frr6" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;advisories&#x2F;GHSA-8mgj-vmr8-frr6</a>

Found: September 08, 2025 ID: 1267

[Other] Show HN: DevSwarm, run multiple AI coding assistants in parallel We wanted to run multiple AI coding assistants in parallel and swap models easily (Claude Code, local, Codex, etc.) without messing with the current branch.<p>DevSwarm is a mac&#x2F;windows desktop app that runs assistants on separate git branches so you can stay in the loop and compare&#x2F;merge safely. Not an IDE, an Augmented Development Environment (ADE); open any branch in your IDE with a click. We’ve been dogfooding it for months, including DevSwarm. Try it in minutes: download, open a repo, start two assistants. Free beta.

Found: September 08, 2025 ID: 1265
Previous Page 158 of 222 Next